home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / simulato / v2_3_mc6.tz / v2_3_mc6 / testfiles / inche.asm < prev    next >
Assembly Source File  |  1994-05-02  |  261b  |  13 lines

  1. ;
  2. ;  inche.asm
  3. ;  C. Ward.  2/18/93
  4. ;  Program to test the loading of single character input.  The character
  5. ;  should be put in register d0 and the program should exit normally.
  6. ;
  7.    org $1000
  8.    move.w #247,d7
  9.    trap #14
  10.    move.w #228,d7
  11.    trap #14
  12.    end
  13.